Welcome![Sign In][Sign Up]
Location:
Search - winsock tcp udp

Search list

[WinSock-NDISWinsock通信测试程序--Source-V2.0

Description: 使用Winsock控件编写的TCP、UDP通信测试程序,支持CRC、XOR、SUM等通信校验方式,是一款比较使用的工程测试工具软件-Winsock controls prepared by the TCP, UDP communications test procedure, support CRC, XOR, SUM calibration methods such as communications, is a comparison of the use of engineering software testing tools
Platform: | Size: 63924 | Author: 黄先生 | Hits:

[CommunicationWinsock详细使用例程

Description: Winsock详细使用例程有TCP、UDP、DOWNLOAD操作不是使用Winsock控件的VB源代码。-Winsock detailed routines use a TCP, UDP, DOWNLOAD operation instead of the Winsock Control VB source code.
Platform: | Size: 60473 | Author: 张扬 | Hits:

[Internet-Network支持UDP TCP ICMP的QQ代理程序

Description: 支持UDP TCP ICMP的QQ代理程序-support the ICMP TCP UDP QQ agent
Platform: | Size: 8192 | Author: 呵呵 | Hits:

[Internet-NetworkWinsock通信测试程序--Source-V2.0

Description: 使用Winsock控件编写的TCP、UDP通信测试程序,支持CRC、XOR、SUM等通信校验方式,是一款比较使用的工程测试工具软件-Winsock controls prepared by the TCP, UDP communications test procedure, support CRC, XOR, SUM calibration methods such as communications, is a comparison of the use of engineering software testing tools
Platform: | Size: 63488 | Author: 黄先生 | Hits:

[Internet-Networkvc网络编程

Description: 关于vc网络编程的几个例子包括 收发送电子邮件、FTP上传下载、WINSOCK-UDP、WINSOCK-TCP-vc network programming on a few examples, including resumption send e-mail, FTP upload download, WINSOCK- UDP, WINSOCK-TCP, etc.
Platform: | Size: 252928 | Author: 白云城主 | Hits:

[CommunicationWinsock详细使用例程

Description: Winsock详细使用例程有TCP、UDP、DOWNLOAD操作不是使用Winsock控件的VB源代码。-Winsock detailed routines use a TCP, UDP, DOWNLOAD operation instead of the Winsock Control VB source code.
Platform: | Size: 60416 | Author: 张扬 | Hits:

[Windows DevelopwinsockCHAT

Description: 本实验要求利用微软的socket编程一段程序,可以利用TCP 协议或者UDP协议,实现点-点通信-requirements of the experimental use Microsoft's socket programming section of procedures, we can use TCP or UDP achieve point-to-point communication
Platform: | Size: 15360 | Author: 刘杰 | Hits:

[Internet-Networkwinsock_123456789

Description: winsock programs for TCP and UDP
Platform: | Size: 53248 | Author: aa | Hits:

[Internet-Networknetwork_programming_vb

Description: VB网络编程范例,包括:WinSock控件TCP,WinSock控件UDP-VB network programming examples, including : WinSock Control TCP, UDP WinSock Control
Platform: | Size: 62464 | Author: chen | Hits:

[Internet-Networkchap4sock

Description: 1. 目录simpletcp是通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端;2. 目录simpleudp是通过Winsock API实现UDP聊天的程序;3. 目录winsock control是通过winsock控件实现聊天的程序,其中子目录tcp是通过winsock控件实现tcp聊天的程序、而子目录udp是通过winsock控件实现udp聊天的程序;-1. Contents simpletcp through Winsock API TCP chatting procedures , the integration process server and the client; 2. Contents simpleudp through Winsock API UDP chatting procedures; 3. Contents winsock control is achieved through chat winsock control procedures, tcp subdirectory which is achieved through winsock tcp Chat Control procedures and subdirectories udp through winsock Controlware udp chatting procedures;
Platform: | Size: 75776 | Author: marble | Hits:

[Database systemOftomatization

Description: 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_RAW设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程 -To facilitate network programming and the beginning of the 1990s, Microsoft jointly by several other companies to develop a set of Windows programming network access , that is, Windows Sockets norms, it is not a network protocol, but a liberal, Multi-protocol support for the Windows network programming interface. The main purpose of this paper is to introduce a TCP/IP based on the use of the card for winsock2 programming, to achieve network traffic monitoring purposes. Papers first introduced the TCP/IP protocol, aimed at introducing IP, TCP, UDP, and other more important agreements. IP is introduced first, the first TCP, UDP first features to the IP header from access to the source address, destination address, Agreement type, and other information. In the ensuing chapters of the Sock
Platform: | Size: 10240 | Author: wq57 | Hits:

[Software EngineeringVB_WINSOCK

Description: 利用VB中WINSOCK实现局域网中的通信,对于局域网用户中的编程爱好者来说,如果能自己编一个局域网通信程序,那么这一切将是多么美妙!可是,如果要从头开始完全由自己来编写一段用于通信的程序,必须对相关的网络协议及其他的一些较底层的技术有较深入的了解,这可不是一件容易的事。而现在有了Winsock控件,一切就不同了,它已经替你封装了所有烦琐的技术细节,并提供了访问TCP和UDP网络服务的方便途径。你只需通过设置控件的属性并调用其方法就可轻易连接到一台远程计算机中,并且还可以双向交换数据,而这一切都不需你了解TCP的细节或调用低级的Winsock APIs。
Platform: | Size: 4096 | Author: DFDF | Hits:

[Internet-Networkj_9021_myicq

Description: 即时通讯工具。VB开发 使用WINSOCK和TCP/UDP协议-Instant messaging tools. VB to develop the use of WINSOCK and TCP/UDP protocol
Platform: | Size: 1047552 | Author: 杨过 | Hits:

[VC/MFCWinSock_example

Description: WinSock编程实例,电子书类.包括TCP UDP例子-WinSock programming examples, e-books category. Including TCP UDP example
Platform: | Size: 230400 | Author: sdghgk | Hits:

[Internet-NetworkWinsockTCP-UDP

Description: Delphi源码\\Winsock TCP-UDP.rar-Delphi source \ Winsock TCP-UDP.rar
Platform: | Size: 234496 | Author: mama | Hits:

[Program docWinsockWithVB

Description: TCP/IP vs UDP/IP Using VB + Winsock -TCP/IP vs UDP/IP Using VB+ Winsock
Platform: | Size: 27648 | Author: boonlue | Hits:

[Internet-NetworkPacketSniffer

Description: 一个网络抓包工具,支持三种协议(TCP,UDP和ICMP)的数据包抓取,使用winsock API编写,可以很方便的扩展自己的程序。可以把每种抓取的协议数据保存到日志记录文件中。抓包速度比较快,以树形列表给与分析,可以查看原始数据包。该程序需要在Windows XP/2000/NT操作系统上,并且有管理员权限。-1 PacketCapture tools to support the three kinds of protocols (TCP, UDP and ICMP) packet capture, using the winsock API write, you can easily expand their programs. Can be saved for each crawl of the protocol data to a log file. Ethereal' s faster, in order to give the analysis of tree list, you can view the original packets. The program requires Windows XP/2000/NT operating system and has administrator privileges.
Platform: | Size: 54272 | Author: subzero_cn | Hits:

[Windows Developsocket_ptop_mfc_

Description: 一个结合了mfc/winsock/多线程等技术实现的聊天程序,只有聊天功能,但是用于广泛,主要适用了tcp链接,udp打洞技术.-A combination of mfc/winsock/multi-threading technology to achieve a chat program, and only chat, but for a wide range, mainly applicable to the tcp link, udp holes technology.
Platform: | Size: 272384 | Author: banjaming0 | Hits:

[Internet-NetworkServerSocket

Description: 一个很好的winsock tcp/ucp示例,相信看了肯定收益颇丰-a good example for winsock about tcp/udp
Platform: | Size: 4135936 | Author: chenshapin | Hits:

[TCP/IP stackVB-winsock-Dll

Description: VB 开发 winsock Dll TCP UDP协议 Winsock Control Clone CDownload-VB winsock Dll TCP UDP Winsock Control Clone CDownload
Platform: | Size: 61440 | Author: | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net